sop4618_S (uint8_t rxPin, uint8_t txPin, uint8_t rows, uint8_t cols) |
Name | Type | Default | Description |
rxPin | uint8_t |
Serial TX pin on Arduino |
|
txPin | uint8_t |
Serial RX pin on Arduino |
|
rows | uint8_t |
Number of rows on LCD |
|
cols | uint8_t |
Number of cols on LCD |
Variants | Brief description |
() | Default constructor |
(uint8_t, uint8_t) | Overloaded constructor |